projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d246cab
)
Remove require of wid-edit.
author
Andrew Innes
<andrewi@gnu.org>
Thu, 18 Apr 2002 12:08:40 +0000
(12:08 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 18 Apr 2002 12:08:40 +0000
(12:08 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/facemenu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index e8fe96d043bed18a58c6be8e97e5b5373d947d9c..a4eaa6e180760c361c19ca848d79494a33cd20a9 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2002-04-18 Andrew Innes <andrewi@gnu.org>
+
+ * facemenu.el: Remove require of wid-edit.
+
2002-04-17 Colin Walters <walters@verbum.org>
* ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
diff --git
a/lisp/facemenu.el
b/lisp/facemenu.el
index e8a935b228651fcad8f8adac0a64e060b8b15a71..36ca2e414feb5e6cf7c071f9d56741287941b385 100644
(file)
--- a/
lisp/facemenu.el
+++ b/
lisp/facemenu.el
@@
-91,7
+91,6
@@
(eval-when-compile
(require 'help)
(require 'button))
-(require 'wid-edit)
;;; Provide some binding for startup:
;;;###autoload (define-key global-map "\M-g" 'facemenu-keymap)